home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / MZK2.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  140 lines

  1. name Mazak M2 3axis without tool preselect
  2.  
  3. O >4
  4. N >4
  5. G >2
  6. g >2 G
  7. X ->3.>4
  8. Y ->3.>4
  9. Z ->3.>4
  10. I ->3.>4
  11. J ->3.>4
  12. Q ->3.>4
  13. R ->3.>4
  14. P ->3.>4
  15. F >3.>4
  16. K ->3.>4
  17. H >2
  18. D >2>4
  19. T >2
  20. M >2
  21. S >4
  22. E >3.>4
  23. ( 00
  24. ) 00
  25. u >3.>4
  26. w >3.>4
  27. % 00
  28.  
  29. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  30.  
  31. Sequence#s N 0 1 1                    # Char, freq, incr & start          
  32.  
  33. HCode X                               # X or X U  'Horizontal char.       
  34. VCode Y                               # Y or Y V  'Vertical char.         
  35. Dcode Z                               # Depth char.                       
  36. FeedCode F                            # Feed rate char.                   
  37. comment ( )                           # Begin End comment char.           
  38. Spaces? Y                             # Y or N  'Spaces between words     
  39.  
  40. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  41. Coolant 8 9 7                         # On, Off & Mist m codes            
  42. DComp 41 42 40                        # Left, Right & Cancel m codes      
  43. LComp 43 49                           # On & Off codes                    
  44.  
  45. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  46. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  47. Helical? Y
  48.  
  49. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  50.  
  51. CtrCode I J                           # I J or R or I J K L               
  52.  
  53. Feed G1                             # Linear move                       
  54. Rapid G0                            # Rapid positioning word            
  55. Cw G2                               # Circular move clockwise           
  56. Ccw G3                              # Circular move counter clockwise   
  57.  
  58. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  59.  
  60.  
  61. Drill                                 # Drilling canned/manual cycle      
  62. G98 G81 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  63. end cancel
  64.  
  65. Peck                                  # Pecking canned/manual cycle       
  66. G98 G83 X[H] Y[V] Z[D] Q[VBite] R[Vclear] F[FRate]
  67. end cancel
  68.  
  69. Tap                                   # Tapping canned/manual cycle       
  70. G98 G84 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  71. end cancel
  72.  
  73. LTap                                  # Left handed tapping cycle         
  74. G98 G74 X[H] Y[V] Z[D] R[Vclear] F[FRate] P[Dwell]
  75. end cancel
  76.  
  77. Ream                                  # Reaming canned/manual cycle       
  78. G98 G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  79. end cancel
  80.  
  81. Bore                                  # Boring canned/manual cycle        
  82. G98 G86 X[H] Y[V] Z[D] R[Vclear] F[FRate] P[Dwell]
  83. end cancel
  84.  
  85. Back                                  # Back boring canned/manual cycle   
  86. G98 G87 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  87. end cancel
  88.  
  89. Cancel                                # Cancel a canned/manual cycle      
  90. G80
  91. end
  92.  
  93. StartCode                             # Start of the program              
  94. %0
  95. O[Program#]
  96. G0 G80 G40
  97. End
  98.  
  99. 1stToolChange                         # First tool change                 
  100. N[Block] g91 G28 Z0 M5
  101. G28 X0 Y0
  102. T[Tool]
  103. M6
  104. M[val1]
  105. G28 Z0
  106. G0 G90 G[Work] X[H] Y[V] M[Direct] S[Speed]
  107. Z[D] M[Cool]
  108. End
  109.  
  110. Infeed                                # Enable cutter comp                
  111. G1 Z[D] F[Plunge]
  112. G17 G[Side] X[H] Y[V] D[DComp] F[FRate]
  113. end
  114.  
  115. Outfeed                               # Disable cutter comp               
  116. G1 G40 X[H] Y[V]
  117. Z[D]
  118. end
  119.  
  120. ToolChange                            # Secondary tool changes            
  121. M9
  122. g91 G28 Z0 M5
  123. G28 X0 Y0
  124. N[Block] T[Tool]
  125. M6
  126. M[val1]
  127. g91 G28 Z0
  128. G0 G90 G[Work] X[H] Y[V] M[Direct] S[Speed]
  129. Z[D] M[Cool]
  130. End
  131.  
  132. EndCode                               # End of the program                
  133. g91 G28 Z0
  134. G28 X0 Y0
  135. M30
  136. %0
  137. End
  138.  
  139. ask [val1] " Enter spindle range or press enter for default: " "38"
  140.